home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / util / rexx / filofaxa.lha / FiloFaxASCII.doc < prev   
Text File  |  1995-10-26  |  4KB  |  117 lines

  1.                              FiloFaxASCII
  2.                              ============
  3.  
  4.  
  5. What is it?
  6. ----------
  7.  
  8. FiloFaxASCII.dfa  is  an  AREXX script for DFA, the address database
  9. tool.  It  outputs  the stored addresses in a special format, 4 (DIN
  10. A6)  pages  per  DIN A4 sheet and can be used to print the addresses
  11. out  and  take  them  away  with  you,  when  no (AMIGA) computer is
  12. available.
  13.  
  14. Requirements
  15. ------------
  16.  
  17. You should have installed DFA v2.5 or above. The script will not run
  18. with DFA versions < 2.5!
  19.  
  20. This  script  was tested with Laserprinters (Apple Select 310, HP4L,
  21. HP5MP)  only.  It  should work with other printers as well, but some
  22. "fine tuning" may be required.
  23.  
  24. Usage
  25. -----
  26.  
  27. You  may either bind the script to a function key of DFA or start it
  28. from the shell, using the "rx" command.
  29.  
  30. The  script  outputs  only  the  visible addresses, so make sure you
  31. switched  on all groups you want to get printed. The script does not
  32. print  the  formatted addresses by itself but outputs them to files,
  33. one  file for each page. To print the page(s), just copy the file(s)
  34. to  the  printer using the usual "copy" command. The files are named
  35. 'RAM:DFASheet_#.txt'; '#' means the number of the page (1..n).
  36.  
  37. The script was written for a printer setup of 12 cpi and 8 lpi (each
  38. A4  page  contains  96x84  chars).  It could happen that the default
  39. settings  of  the  script  don't  work  together  with  your printer
  40. settings  as  expected.  If this happens, either change your printer
  41. settings,  or change the default values within the AREXX script (see
  42. below).
  43.  
  44. Changing the output format
  45. --------------------------
  46.  
  47. In  the  beginning  of  the  AREXX script, you'll find the following
  48. lines...
  49.  
  50. maxpagelines = 40   /* Max. lines per (A6) page */
  51. leftoffset = 8      /* left offset */
  52. maxlinelen = 46     /* Max. chars per (A6) line */
  53. pageskip = 5        /* Skip between the upper and the lower 2 A6 pages */
  54.  
  55.  
  56. You  may  change  these  variables,  if  the output doesn't fit your
  57. needs.
  58.  
  59. Experienced  AREXX  users  may change the script to a higher degree,
  60. adding  other  fields  to  output  or  removing  fields that are not
  61. needed.
  62.  
  63.  
  64. Distributing changed scripts
  65. ----------------------------
  66.  
  67. If  you made some changes to the script, found any bugs or whatever,
  68. please  do NOT publish the script by yourself, but send it to me, so
  69. I can publish it. My address can be found below.
  70.  
  71.  
  72. Copyright and Warranty
  73. ----------------------
  74.  
  75. This script is (C) Copyright 1992-1995 Dirk Federlein.
  76.  
  77. This  software  is  provided  *as  is* without warranty of any kind,
  78. either  expressed or implied. By using *FiloFaxASCII.dfa*, you agree
  79. to  accept the entire risk as to the quality and performance of this
  80. package.
  81.  
  82. In  no  event  (unless  required  by  applicable law or agreed to in
  83. writing)  will  any  copyright  holder,  or  any other party who may
  84. redistribute  this  package as permitted above, be liable to you for
  85. damages, including any general, special, incidental or consequential
  86. damages  arising  out  of  the  use or inability to use this package
  87. (including  but  not  limited to loss of data or data being rendered
  88. inaccurate  or  losses  sustained  by you or third parties), even if
  89. such  holder  or  other party has been advised of the possibility of
  90. such damages.
  91.  
  92. Price
  93. -----
  94.  
  95. It's for free:-), but I'll keep the copyright over it.
  96.  
  97. If  you use DFA and like it and the script and are not registered up
  98. to now, please consider registering.
  99.  
  100. My Address
  101. ----------
  102.  
  103.      Dirk Federlein
  104.      Brunnengasse 11a
  105.      D-63741 Aschaffenburg
  106.      Germany
  107.  
  108.      UUCP: dirkf@alcmy.franken.de
  109.       CIS: 100577,1027
  110.      FIDO: 2:244/6302.12
  111.  
  112.  
  113.  
  114.  
  115. Have fun.
  116.  
  117.